home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7538 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  888 b 

  1. Path: uuneo.neosoft.com!usenet
  2. From: Daniel Powell <d-powell@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: TToolBox BC++ 4.5
  5. Date: Fri, 23 Feb 1996 10:48:56 -0600
  6. Organization: NeoSoft Internet Services   +1 713 968 5800
  7. Message-ID: <312DEFF8.7B8E@ix.netcom.com>
  8. NNTP-Posting-Host: gateway.stoner.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (Win95; I)
  13.  
  14. Howdy!
  15.  
  16.     I was wondering if someone could tell me how in the world to get 
  17. one these darned TToolBox tools to happen.  I have my own TMyToolBox
  18. class derived from TToolBox.  The constructor calls Insert(...) to
  19. add the TButtonGadgets to the TMyToolBar.  Then, when the menu item is
  20. chosen to show the ToolBar, I do this:
  21.  
  22. TMyToolBox tbox(NULL);
  23.  
  24. tbox.Create();
  25.  
  26. I get an exception on the call to Create().
  27.  
  28. Any suggestions?
  29.  
  30. Thanks
  31. dp
  32.  
  33. powell@stoner.com
  34.